at-valid-21.css \
at-valid-21.errors \
at-valid-21.ref.css \
+ background-blend-mode.css \
+ background-blend-mode.ref.css \
background-clip.css \
background-clip.ref.css \
background-image.css \
--- /dev/null
+a {
+ background-blend-mode: initial;
+}
+
+b {
+ background-blend-mode: inherit;
+}
+
+c {
+ background-blend-mode: unset;
+}
+
+d {
+ background-blend-mode: normal;
+}
+
+e {
+ background-blend-mode: color-burn, color-dodge, color, darken, difference, exclusion, hard-light, hue, lighten, luminosity, multiply, normal, overlay, saturate, screen, soft-light;
+}
--- /dev/null
+a {
+ background-blend-mode: initial;
+}
+
+b {
+ background-blend-mode: inherit;
+}
+
+c {
+ background-blend-mode: unset;
+}
+
+d {
+ background-blend-mode: normal;
+}
+
+e {
+ background-blend-mode: color-burn, color-dodge, color, darken, difference, exclusion, hard-light, hue, lighten, luminosity, multiply, normal, overlay, saturate, screen, soft-light;
+}